*{
    padding: 0px;
    margin: 0px;  
    box-sizing: border-box;
}

body{
    background: #2C353B;
    color: white; 
    font-family: 'Asap', sans-serif;
}

header{
    background: white;
    font-size:15px;
    color:black;
    margin:auto;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 15px;
  
}

.score{
    border:3px solid white;
    width: 250px;
    margin:20px auto;
    padding:10px;
    font-size:40px;
    border-radius: 4px;
    text-align:center;
    font-family: 'Asap', sans-serif;
    position: relative;
}
.seccion{
    background: #E25480;
    font-size:14px;
    padding:2px,10px;
    font-family: 'Asap', sans-serif;


}
.use{
    position: absolute;
    top:20px;
    left:-12px;

}
.com{
    position: absolute;
    top:20px;
    right:-24px;

}
.resultados{
    font-size: 35px;
    text-align: center;
    font-weight: bold;
}

img{
    width:150px;
    transition: all 0.5s;
}
.choise{
    text-align: center;
    margin:50px 0px 10px;
}
.eleccion{
    display:inline-block;
    border:4px solid white;
    border-radius: 4px;
    margin:10px;
    overflow: hidden;
    
    
}
p{
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}
.eleccion:hover{
    cursor:pointer; 
    
}
.eleccion:hover img{
    transform: scale(1.25);
}
.greenglow{
    border: 4px solid #4dcc7d;
    box-shadow: 0 0 10px #31b43a;
}
.redglow{
    border: 4px solid #fc121b;
    box-shadow: 0 0 10px #d01115;

}
.greyglow{
    border: 4px #363535;
    box-shadow: 0 0 10px #363535;
}